Fox's Git Mirrors
Node / rns-mirrors / Reticulum-Go.git / files / examples / wasm / vendor / github.com / mdlayher / socket / typ_cloexec_nonblock.go
Displaying Raw • Download
examples/wasm/vendor/github.com/mdlayher/socket/typ_cloexec_nonblock.go 633735d797cc5f5d48cb2e22e8fd7cd743930daf (633735d7) Text, 225 B
//go:build !darwin
package socket
import "golang.org/x/sys/unix"
const (
// These operating systems support CLOEXEC and NONBLOCK socket options.
flagCLOEXEC = true
socketFlags = unix.SOCK_CLOEXEC | unix.SOCK_NONBLOCK
)
Served by rngit 1.5.2 - Generated in 0.04s